Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.ui.commands.ICommandManager

Packages that use ICommandManager
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.commands   
 

Uses of ICommandManager in org.eclipse.ui
 

Methods in org.eclipse.ui that return ICommandManager
 ICommandManager IWorkbench.getCommandManager()
          Deprecated. please change before next i-build to use getCommandSupport().getCommandManager()
 

Uses of ICommandManager in org.eclipse.ui.commands
 

Methods in org.eclipse.ui.commands that return ICommandManager
 ICommandManager IWorkbenchCommandSupport.getCommandManager()
          Returns the command manager for the workbench.
static ICommandManager CommandManagerFactory.getCommandManager()
          Creates a new instance of ICommandManager.
 ICommandManager CommandManagerEvent.getCommandManager()
          Returns the instance of ICommandManager that has changed.
 

Constructors in org.eclipse.ui.commands with parameters of type ICommandManager
CommandManagerEvent(ICommandManager commandManager, boolean activeActivityIdsChanged, boolean activeKeyConfigurationIdChanged, boolean activeLocaleChanged, boolean activePlatformChanged, boolean definedCategoryIdsChanged, boolean definedCommandIdsChanged, boolean definedKeyConfigurationIdsChanged, boolean modeChanged)
          TODO javadoc
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.